From: Chong Yidong Date: Tue, 27 Apr 2010 15:36:16 +0000 (-0400) Subject: * PROBLEMS: Document gcc-4.5 bug (Bug#6031). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~19^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7218bfa838a580eaab94ab83ccbe74ef589a04d0;p=emacs.git * PROBLEMS: Document gcc-4.5 bug (Bug#6031). --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 1db4f08d099..35b285dc1ee 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-27 Chong Yidong + + * PROBLEMS: Document gcc-4.5 bug (Bug#6031). + 2010-04-23 Kenichi Handa * HELLO: Adjust Burmese for Unicode 5.2 encoding. diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8c76fe20e0a..63454777080 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -167,6 +167,17 @@ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 * Crash bugs +** Emacs crashes when running in a terminal, if compiled with gcc-4.5. +This version of GCC is buggy: see + + http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6031 + http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904 + +You can work around this error in gcc-4.5 by omitting sibling call +optimization. To do this, configure Emacs with + + CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure + ** Emacs crashes in x-popup-dialog. This can happen if the dialog widget cannot find the font it wants to